.top_banner{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 80px;
}
.index_banner{
    width: 900px;
    height: 100%;
}
.banner_info_box{
    width: 26.67%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -20px;
}
.swiper_text_bg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.swiper_info{
    width: 75%;
    margin: 0px 30px 0px 30px;
    position: relative;
    z-index: 1;
}
.top_banner .date{
    margin-top: 50px;
}
.top_banner .day{
    font-family: Bahnschrift;
	font-size: 36px;
	color: #fff;
}
.top_banner .month{
    font-family: Bahnschrift;
	font-size: 16px;
    color: #fff;
    margin-left: 8px;
}
.top_banner .tit{
    font-size: 20px;
	font-weight: bold;
    color: #fff;
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top_banner .desc{
    font-size: 16px;
	line-height: 26px;
	color: #fff;
    opacity: 0.6;
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.swiper-pagination{
    text-align: right !important;
    padding-right: 190px !important;
    bottom: 110px !important;
}
.swiper-pagination-bullet{
    width: 20px !important;
	height: 2px !important;
	background-color: #fff !important;
    opacity: 0.3 !important;
    border-radius: 0% !important;
}
.swiper-pagination-bullet-active{
    width: 40px !important;
	opacity: 1 !important;
}

.row_content{
    margin-bottom: 40px;
}
.index_left_content{
    width: 66.7%;
    float: left;
}
.index_right_content{
    width: 30%;
    float: right;
    position: relative;
}
.row_tit_box{
    width: 100%;
    height: 60px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #0039ab;
    position: relative;
    box-sizing: border-box;
    box-sizing: content-box;
}
.tit_bg{
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.index_news_list{
    margin-top: 40px;
    overflow: hidden;
}
.index_news_list li + li{
    margin-top: 24px;
}

.text_box{
    position: relative;
    z-index: 1;
    float: left;
}
.row_tit_ch{
    font-size: 24px;
	font-weight: bold;
    color: #fff;
    line-height: 60px;
    margin-left: 30px;
}
.row_tit_en{
    font-family: Bahnschrift-SemiLight;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	color: #999;
    opacity: 0.5;
    margin-left: 100px;
}
.toMore_box{
    float: right;
    display: block;
}
.toMore_box span{
    font-size: 16px;
	line-height: 60px;
    color: #666;
    vertical-align: middle;    
}
.toMore_box img{
    width: 6px;
    height: 10px;
    margin-left: 12px;
    margin-right: 30px;
}
.toMore_box:hover span{
    color: #0039ab;
}
.news_item{
    display: block;
    position: relative;
}
.news_item p{
    width: 80%;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    position: relative;
}
.news_item span{
    /*font-family: Bahnschrift;*/
	font-size: 18px;
	line-height: 1;
    color: #999;
    float: right;
}
.news_item:hover p{
    color: #0039ab;
}
.news_item img{
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 4px;
}
.hover{
    display: none;
}
.news_item:hover .def{
    display: none;
}
.news_item:hover .hover{
    display: inline;
}

.sign_up_bg{
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.toSignUp{
    display: inline-block;
    font-size: 18px;
	font-weight: bold;
    color: #0039ab;
    /*padding: 15px 84px;*/
    width: 240px;
    text-align: center;
    padding: 15px 0px;
    background-color: #fff;
    margin: 200px 60px 0px;
    position: relative;
    cursor: pointer;
}

.list_top_news{
    width: 100%;
    height: 170px;
    margin-top: 40px;
    /* margin-bottom: 65px; */
}
.top_news_a{
    display: block;
}
.top_news_left{
    width: 37.5%;
    height: 100%;
    float: left;
    position: relative;
}
.top_news_left img{
    width: 100%;
    height: 100%;
}
.top_news_date{
    width: 74px;
	height: 80px;
    background-color: #124acf;
    position: absolute;
    left: 10px;
    top: -10px;
}
.top_news_date p{
    font-family: Bahnschrift;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.top_news_date .day{
    font-size: 36px;
    margin: 12px 0px 8px;
}
.top_news_date .month{
    font-size: 14px;
}

.top_news_right{
    width: 58.75%;
    height: 100%;
    float: right;
}
.top_news_right .tit{
    font-size: 20px;
	font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top_news_right .desc{
	font-size: 16px;
    line-height: 30px;
    height: 117px;
	color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 24px;
}
.list_top_news:hover .tit{
    color: #0039ab;
}

.right_content_tit_box{
    height: 60px;
    background-color: #f7f7f7;
    border-top: 1px solid #0039ab;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    box-sizing: content-box;
}
.right_content_tit_box img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 0;
}
.right_content_tit_box p{
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.index_right_news_list{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}
.index_right_news_list li + li{
    margin-top: 24px;
}
.right_news_item{
    display: block;
    position: relative;
}
.right_news_item img{
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.right_news_item_a{
    color: #0039ab !important;
    font-weight: bold;
}


.right_news_item:hover .def{
    display: none;
}
.right_news_item:hover .hover{
    display: inline;
}
.right_news_item p{
    font-size: 18px;
    color: #333;
    padding-left: 17px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right_news_item:hover p{
    color: #0039ab;
}

.center_banner{
    width: 100%;
    margin-bottom: 80px;
}
.center_banner img{
    width: 100%;
}
#notice{
    height: 200px;
}
.news{
    height: 170px;
}
.right_list{
    height: 335px;
}

.popupBox{
    padding: 0px 25px;
    width: 240px;
    height: 156px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px
    rgba(65, 70, 89, 0.2);
    border-radius: 10px;
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -120px;
    display: none;
}

.popupBox:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color:  #fff;
    left: 50%;
    margin-left: -10px;
}

.popupBox a{
    display: block;
    line-height: 77px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}
.popupBox a:hover{
    color: #0039ab;
}


.popupBox a:first-child{
    border-bottom: 1px solid #ececec;
}

@media (max-width:768px) {
    .top_banner{
        width: 100%;
        height: 160px;
        position: relative;
        margin-top: 180px;
        margin-bottom: 30px;
    }
    .index_banner{
        width: 100%;
        height: 100%;
    }
    .banner_info_box{
        width: 36%;
        height: 100%;
        position: absolute;
        top: -5px;
        right: 10px;
        display: none;
    }
    .swiper_text_bg{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
    }
    .swiper_info{
        width: 75%;
        margin: 0px 0px 0px 10px;
        position: relative;
        z-index: 1;
    }
    .top_banner .date{
        margin-top: 5px;
    }
    .top_banner .day{
        font-family: Bahnschrift;
        font-size: 22px;
        color: #fff;
    }
    .top_banner .month{
        font-family: Bahnschrift;
        font-size: 14px;
        color: #fff;
        margin-left: 2px;
    }
    .top_banner .tit{
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        margin-top: 4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .top_banner .desc{
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        opacity: 0.6;
        margin-top: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .swiper-pagination{
        text-align: right !important;
        padding-right: 10px !important;
        bottom: 40px !important;
    }
    .swiper-pagination-bullet{
        width: 20px !important;
        height: 2px !important;
        background-color: #0039ab !important;
        opacity: 0.3 !important;
        border-radius: 0% !important;
    }
    .swiper-pagination-bullet-active{
        width: 40px !important;
        opacity: 1 !important;
    }
    
    .row_content{
        margin-bottom: 30px;
    }
    .index_left_content{
        width: 100%;
        float: none;
    }
    .index_right_content{
        width: 100%;
        float: right;
        position: relative;
        margin-top: 20px;
    }
    .row_tit_box{
        width: 100%;
        height: 40px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #0039ab;
        position: relative;
        box-sizing: border-box;
        box-sizing: content-box;
    }
    .tit_bg{
        height: 40px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 0;
    }
    
    .index_news_list{
        margin-top: 20px;
        overflow: hidden;
    }
    .index_news_list li + li{
        margin-top: 14px;
    }
    
    .text_box{
        position: relative;
        z-index: 1;
        float: left;
    }
    .row_tit_ch{
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        margin-left: 20px;
    }
    .row_tit_en{
        font-family: Bahnschrift-SemiLight;
        font-size: 24px;
        font-weight: bold;
        line-height: 60px;
        color: #999;
        opacity: 0.5;
        margin-left: 100px;
        display: none;
    }
    .toMore_box{
        float: right;
        display: block;
    }
    .toMore_box span{
        font-size: 16px;
        line-height: 40px;
        color: #666;
        vertical-align: middle;    
    }
    .toMore_box img{
        width: 6px;
        height: 10px;
        margin-left: 8px;
        margin-right: 20px;
    }
    .toMore_box:hover span{
        color: #0039ab;
    }
    .news_item{
        display: block;
        position: relative;
    }
    .news_item p{
        width: 70%;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 14px;
        position: relative;
    }
    .news_item span{
        /*font-family: Bahnschrift;*/
        font-size: 14px;
        line-height: 1;
        color: #999;
        float: right;
    }
    .news_item:hover p{
        color: #0039ab;
    }
    .news_item img{
        width: 5px;
        height: 10px;
        position: absolute;
        left: 0px;
        top: 2px;
    }
    .hover{
        display: none;
    }
    .news_item:hover .def{
        display: none;
    }
    .news_item:hover .hover{
        display: inline;
    }
    
    .sign_up_bg{
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
        z-index: -1;
    }
    .toSignUp{
        display: block;
        width: 60%;
        font-size: 14px;
        font-weight: bold;
        color: #0039ab;
        padding: 15px 30px;
        background-color: #fff;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
    
    .list_top_news{
        width: 100%;
        height: auto;
        margin-top: 40px;
        /* margin-bottom: 65px; */
    }
    .top_news_a{
        display: block;
    }
    .top_news_left{
        width: 100%;
        height: 170px;
        float: none;
        position: relative;
    }
    .top_news_left img{
        width: 100%;
        height: 100%;
    }
    .top_news_date{
        width: 74px;
        height: 80px;
        background-color: #124acf;
        position: absolute;
        left: 10px;
        top: -10px;
    }
    .top_news_date p{
        font-family: Bahnschrift;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
    .top_news_date .day{
        font-size: 36px;
        margin: 12px 0px 8px;
    }
    .top_news_date .month{
        font-size: 14px;
    }
    
    .top_news_right{
        width: 100%;
        height: 100%;
        float: none;
    }
    .top_news_right .tit{
        font-size: 18px;
        font-weight: bold;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 10px;
    }
    .top_news_right .desc{
        font-size: 14px;
        line-height: 24px;
        height: 96px;
        color: #999;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-top: 12px;
    }
    .list_top_news:hover .tit{
        color: #0039ab;
    }
    
    .right_content_tit_box{
        height: 40px;
        background-color: #f7f7f7;
        border-top: 1px solid #0039ab;
        position: relative;
        text-align: center;
        box-sizing: border-box;
        box-sizing: content-box;
    }
    .right_content_tit_box img{
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 0;
    }
    .right_content_tit_box p{
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    .index_right_news_list{
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }
    .index_right_news_list li + li{
        margin-top: 14px;
    }
    .right_news_item{
        display: block;
        position: relative;
    }
    .right_news_item img{
        width: 5px;
        height: 10px;
        position: absolute;
        left: 0px;
        top: 2px;
    }
    .right_news_item:hover .def{
        display: none;
    }
    .right_news_item:hover .hover{
        display: inline;
    }
    .right_news_item p{
        font-size: 14px;
        color: #333;
        padding-left: 12px;
        line-height: 21px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .right_news_item:hover p{
        color: #0039ab;
    }
    
    .center_banner{
        width: 94%;
        margin: 0px auto 30px;
    }
    .center_banner img{
        width: 100%;
    }
    #notice{
        height: 126px;
    }
    .news{
        height: 70px;
    }
    .right_list{
        height: 210px;
    }
}